From: Jonathan Dieter Date: Wed, 16 May 2018 07:59:56 +0000 (+0300) Subject: Apparently spaces matter X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~277 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4e05a170d61bd2c0a44c5a0cf8bdb5f5872ae240;p=zchunk.git Apparently spaces matter Signed-off-by: Jonathan Dieter --- diff --git a/README.md b/README.md index beee592..2f2245f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ shouldn't see any further changes, the API is still not fixed. Please do not use zchunk for any mission-critical systems yet.** -##Installation +## Installation To build and install zchunk, first install meson and run ``` meson build @@ -21,7 +21,7 @@ ninja sudo ninja install ``` -##Using the utilities +## Using the utilities To decompress a zchunk file, simply run: ``` unzck @@ -42,5 +42,5 @@ To read a zchunk header, run: zck_read_header ``` -##C API +## C API \#TODO